home *** CD-ROM | disk | FTP | other *** search
/ DarkBasic Professional / DarkBasicPro.iso / Demos / Geospace 3D Trial / Geo3d12010Setup.exe / Geoscape3d.exe / 0 / RCDATA / TUSERDATATEMPLATESFORM / TUSERDATATEMPLATESFORM.txt
Encoding:
Text File  |  2004-06-28  |  2.1 KB  |  110 lines

  1. inherited UserDataTemplatesForm: TUserDataTemplatesForm
  2.   Left = 462
  3.   Top = 418
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'userDataTemplates.htm'
  6.   BorderStyle = bsDialog
  7.   BorderWidth = 4
  8.   Caption = 'User Data Templates'
  9.   ClientHeight = 325
  10.   ClientWidth = 459
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Panel1: TPanel [0]
  14.     Left = 0
  15.     Top = 295
  16.     Width = 459
  17.     Height = 30
  18.     Align = alBottom
  19.     BevelOuter = bvNone
  20.     TabOrder = 0
  21.     OnResize = Panel1Resize
  22.     object OkButton: TButton
  23.       Left = 74
  24.       Top = 4
  25.       Width = 81
  26.       Height = 25
  27.       Caption = 'Ok'
  28.       Default = True
  29.       TabOrder = 0
  30.       OnClick = OkButtonClick
  31.     end
  32.     object CancelButton: TButton
  33.       Left = 162
  34.       Top = 4
  35.       Width = 73
  36.       Height = 25
  37.       Cancel = True
  38.       Caption = 'Cancel'
  39.       ModalResult = 2
  40.       TabOrder = 1
  41.     end
  42.   end
  43.   object Panel3: TPanel [1]
  44.     Left = 368
  45.     Top = 0
  46.     Width = 91
  47.     Height = 295
  48.     Align = alRight
  49.     BevelOuter = bvNone
  50.     TabOrder = 1
  51.     object Add: TButton
  52.       Left = 10
  53.       Top = 8
  54.       Width = 75
  55.       Height = 25
  56.       Caption = 'Add'
  57.       TabOrder = 0
  58.       OnClick = AddClick
  59.     end
  60.     object Change: TButton
  61.       Left = 10
  62.       Top = 40
  63.       Width = 75
  64.       Height = 25
  65.       Caption = 'Change'
  66.       TabOrder = 1
  67.       OnClick = ChangeClick
  68.     end
  69.     object Delete: TButton
  70.       Left = 10
  71.       Top = 72
  72.       Width = 75
  73.       Height = 25
  74.       Caption = 'Delete'
  75.       TabOrder = 2
  76.       OnClick = DeleteClick
  77.     end
  78.   end
  79.   object Panel2: TPanel [2]
  80.     Left = 0
  81.     Top = 0
  82.     Width = 368
  83.     Height = 295
  84.     Align = alClient
  85.     BevelOuter = bvNone
  86.     TabOrder = 2
  87.     object TemplateListView: TListView
  88.       Left = 0
  89.       Top = 0
  90.       Width = 368
  91.       Height = 295
  92.       Align = alClient
  93.       Columns = <
  94.         item
  95.           Caption = 'User Data Type'
  96.           Width = 300
  97.         end
  98.         item
  99.           AutoSize = True
  100.           Caption = 'Description'
  101.         end>
  102.       ReadOnly = True
  103.       RowSelect = True
  104.       TabOrder = 0
  105.       ViewStyle = vsReport
  106.       OnDblClick = TemplateListViewDblClick
  107.     end
  108.   end
  109. end
  110.